home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / RLaB 1.18c / help / who < prev    next >
Encoding:
Text File  |  1994-10-02  |  382 b   |  23 lines  |  [TEXT/RLAB]

  1. who:
  2.  
  3. Syntax:    who ( )
  4.     who ( list )
  5.  
  6. Description:
  7.  
  8.     Who returns a STRING matrix of all the variables currently in
  9.     the global symbol table. Additionally who() will return the
  10.     variable list of an RLaB LIST when a LIST is provided as an
  11.     argument.
  12.  
  13.         who ( $$ )
  14.  
  15.     is the same as
  16.  
  17.         who ()
  18.  
  19.     Since `$$' is the special symbol that represents the global
  20.     symbol table. 
  21.  
  22. See Also: what
  23.